home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 / IRIX 6.2 CD2.iso / dist / print.idb / usr / lib / X11 / app-defaults / Printers.z / Printers
Encoding:
Text File  |  1996-06-10  |  21.0 KB  |  543 lines

  1. *mainWindow.iconName: Printers
  2. *mainWindow.minWidth: 485
  3. *mainWindow.minHeight: 225
  4. *mainWindow.titleFormatString: Printer Manager for %s@%s
  5.  
  6. *mwmFunctions: 62
  7. *mainWindow.mwmFunctions: 8388638
  8.  
  9. *printerMenu.labelString: Printer
  10. *printerMenu.mnemonic: P
  11. *printerMenu.addPrinter.labelString: Add...
  12. *printerMenu.addPrinter.mnemonic: A
  13. *printerMenu.connection.labelString: Change Connection...
  14. *printerMenu.connection.mnemonic: C
  15. *printerMenu.setDefault.labelString: Set Default
  16. *printerMenu.setDefault.mnemonic: S
  17. *printerMenu.deletePrinter.labelString: Delete...
  18. *printerMenu.deletePrinter.mnemonic: D
  19. *printerMenu.open.labelString: Show Queue...
  20. *printerMenu.open.mnemonic: h
  21. *printerMenu.options.labelString: Set Options...
  22. *printerMenu.options.mnemonic: O
  23. *printerMenu.testPage.labelString: Send Test Page
  24. *printerMenu.testPage.mnemonic: T
  25. *printerMenu.quit.labelString: Exit
  26. *printerMenu.quit.mnemonic: Q
  27. *printerMenu.quit.accelerator: Ctrl<Key>q
  28. *printerMenu.quit.acceleratorText: Ctrl+Q
  29.  
  30. *sortMenu.labelString: Arrange
  31. *sortMenu.mnemonic: A
  32. *sortMenu.byName.labelString: by Printer Name
  33. *sortMenu.byName.mnemonic: N
  34. *sortMenu.byHost.labelString: by Hostname
  35. *sortMenu.byHost.mnemonic: H
  36. *sortMenu.byType.labelString: by Printer Type
  37. *sortMenu.byType.mnemonic: T
  38.  
  39. *mainWindow.title: Printer Manager
  40. *mainWindow.iconPanelWidth: 550
  41. *mainWindow.iconPanelHeight: 250
  42. *mainWindow.form.defaultRC.topOffset: 15
  43. *mainWindow.form.defaultRC.leftOffset: 20
  44. *mainWindow.form.defaultRC.rightOffset: 20
  45. *mainWindow.form.defaultRC.leftAttachment: ATTACH_FORM
  46. *mainWindow.form.defaultRC.topAttachment: ATTACH_FORM
  47.  
  48. *mainWindow.form.buttonRC.orientation: HORIZONTAL
  49. *mainWindow.form.buttonRC.entryAlignment: ALIGNMENT_CENTER
  50. *mainWindow.form.buttonRC.spacing: 10
  51. *mainWindow.form.buttonRC.leftOffset: 20
  52. *mainWindow.form.buttonRC.rightOffset: 20
  53. *mainWindow.form.buttonRC.bottomOffset: 20
  54. *mainWindow.form.buttonRC.XmPushButton.width: 80
  55. *mainWindow.form.buttonRC.XmPushButton.recomputeSize: False
  56.  
  57. *mainWindow.form.buttonRC.addButton.labelString: Add...
  58. *mainWindow.form.buttonRC.deleteButton.labelString: Delete...
  59. *mainWindow.form.buttonRC.defaultButton.labelString: Default
  60. *mainWindow.form.buttonRC.optionsButton.labelString: Options...
  61.  
  62. !
  63. ! Lining up labels with icon fields in the icon panel.
  64. ! iconLabelBB contains three labels, one each for the Printer Name,
  65. ! Hostname, and Printer Type fields in the icon panel.  Whenever icons
  66. ! are added or deleted, we calculate new "x" values for each of these
  67. ! labels.  The leftOffset of iconLabelBB is carefully calculated to
  68. ! place the first label it contains to the right of the icon in the
  69. ! icon panel.
  70. ! The initial x values that are specified here were determined
  71. ! experimentally to correspond to likely values that we'd set
  72. ! programmatically.  This way, the labels do not move too far during
  73. ! initialization when we first add the icons.
  74. !
  75. *mainWindow.form.iconLabelBB.topOffset: 10
  76. *mainWindow.form.iconLabelBB.leftAttachment: ATTACH_FORM
  77. *mainWindow.form.iconLabelBB.leftOffset: 76
  78. *mainWindow.form.iconLabelBB.rightAttachment: ATTACH_FORM
  79. *mainWindow.form.iconLabelBB.marginWidth: 0
  80. *mainWindow.form.iconLabelBB.marginHeight: 5
  81.  
  82. *mainWindow.form.iconLabelBB.nameLabel.labelString: Printer Name
  83. *mainWindow.form.iconLabelBB.nameLabel.x: 20
  84.  
  85. *mainWindow.form.iconLabelBB.hostLabel.labelString: Hostname
  86. *mainWindow.form.iconLabelBB.hostLabel.x: 142
  87.  
  88. *mainWindow.form.iconLabelBB.typeLabel.labelString: Printer Type
  89. *mainWindow.form.iconLabelBB.typeLabel.x: 288
  90.  
  91. *mainWindow.form.IconPanel.leftOffset: 20
  92. *mainWindow.form.IconPanel.rightOffset: 20
  93. *mainWindow.form.IconPanel.leftAttachment: ATTACH_FORM
  94. *mainWindow.form.IconPanel.rightAttachment: ATTACH_FORM
  95. *mainWindow.form.IconPanel.bottomAttachment: ATTACH_FORM
  96. *mainWindow.form.IconPanel.bottomOffset: 20
  97.  
  98. *listLabelYOff: 15
  99. *listGraphicHeight: 75
  100.  
  101. *addPrinter.resizePolicy: RESIZE_NONE
  102. *addPrinter.noResize: True
  103. *addPrinter.width: 530
  104. *addPrinter.height: 629
  105. *addPrinter*cancelLabelString: Cancel
  106. *addPrinter*closeLabelString: Close
  107. *addPrinter*rc.nameForm*topAttachment: ATTACH_FORM
  108. *addPrinter*rc.nameForm*bottomAttachment: ATTACH_FORM
  109. *addPrinter*rc.nameForm.nameLabel.labelString: New Printer Name:
  110. *addPrinter*rc.nameForm.nameLabel.rightAttachment: ATTACH_POSITION
  111. *addPrinter*rc.nameForm.nameLabel.rightPosition: 35
  112. *addPrinter*rc.nameForm.nameText.leftOffset: 2
  113.  
  114. *addPrinter*rc.localOrNetForm*topAttachment: ATTACH_FORM
  115. *addPrinter*rc.localOrNetForm*bottomAttachment: ATTACH_FORM
  116. *addPrinter*rc.localOrNetForm.localOrNetLabel.labelString: Printer Connected To:
  117. *addPrinter*rc.localOrNetForm.localOrNetLabel.rightAttachment: ATTACH_POSITION
  118. *addPrinter*rc.localOrNetForm.localOrNetLabel.rightPosition: 35
  119. *addPrinter*rc.localOrNetForm*local.labelString: Local Host
  120. *addPrinter*rc.localOrNetForm*network.labelString: Remote Host
  121.  
  122. !*addPrinter*listForm*leftOffset: 10
  123. !*addPrinter*listForm*rightOffset: 10
  124.  
  125. *addPrinter*localRC*locCodeForm*topAttachment: ATTACH_FORM
  126. *addPrinter*localRC*locCodeForm*bottomAttachment: ATTACH_FORM
  127. *addPrinter*localRC*locCodeForm.locCodeLabel.rightAttachment: ATTACH_POSITION
  128. *addPrinter*localRC*locCodeForm.locCodeLabel.rightPosition: 35
  129. *addPrinter*localRC*locCodeForm.locCodeLabel.labelString: Location Code:
  130. *addPrinter*localRC*locDescForm*topAttachment: ATTACH_FORM
  131. *addPrinter*localRC*locDescForm*bottomAttachment: ATTACH_FORM
  132. *addPrinter*localRC*locDescForm.locDescLabel.rightAttachment: ATTACH_POSITION
  133. *addPrinter*localRC*locDescForm.locDescLabel.rightPosition: 35
  134. *addPrinter*localRC*locDescForm.locDescLabel.labelString: \
  135. Location Description:
  136. *addPrinter*localRC*listForm.typeLabel.labelString: Printer Type:
  137. *addPrinter*localRC*listForm.typeLabel.rightAttachment: ATTACH_POSITION
  138. *addPrinter*localRC*listForm.typeLabel.rightPosition: 25
  139. *addPrinter*localRC.listForm.typeLabel.topOffset: 10
  140. *addPrinter*localRC.listForm.typeLabel.topAttachment: ATTACH_FORM
  141.  
  142. Printers*addPrinter*localRC.listForm*typeList.fontList: \
  143.  -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1=normalListCharSet\
  144.  -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1=boldListCharSet
  145. Printers*addPrinter*localRC.listForm*typeList.automaticSelection: True
  146. Printers*addPrinter*localRC.listForm*typeList.selectionPolicy: BROWSE_SELECT
  147. *addPrinter*localRC.listForm.typeListSW.topOffset: 10
  148. *addPrinter*localRC.listForm.typeListSW.topAttachment: ATTACH_FORM
  149. *addPrinter*localRC.listForm.typeListSW.width: 325
  150. *addPrinter*localRC.listForm*typeList.listSizePolicy: CONSTANT
  151. !
  152. ! I want 10 items in the list.  When it's realized, some bizarre
  153. ! interaction between the various widgets in the hierarchy conspire
  154. ! to make one more item visible than should be.  That's why there's
  155. ! a 9 there.  Furthermore, if resizable is not set to False, then
  156. ! when the items in the list change it goes back to displaying the
  157. ! number of items it should, which looks really disconcerting.  That's
  158. ! why "resizable: False" is there.
  159. !
  160. *addPrinter*localRC.listForm*typeList.visibleItemCount: 9
  161. *addPrinter*localRC.listForm.typeListSW.resizable: False
  162.  
  163. *addPrinter*localRC*connForm.connLabel.labelString: Printer is   \nAttached to:
  164. *addPrinter*localRC*connForm.connLabel.rightAttachment: ATTACH_POSITION
  165. *addPrinter*localRC*connForm.connLabel.rightPosition: 25
  166. *addPrinter*localRC*connForm.connLabel.topAttachment: ATTACH_FORM
  167. *addPrinter*localRC*connForm.connLabel.bottomAttachment: ATTACH_FORM
  168. *addPrinter*localRC*connForm.connRadio.topAttachment: ATTACH_FORM
  169. *addPrinter*localRC*connForm.connRadio.bottomAttachment: ATTACH_FORM
  170.  
  171. *addPrinter*localRC*detailForm.connDetailLabel.labelString:
  172. *addPrinter*localRC*detailForm.connDetailLabel.topAttachmet: ATTACH_FORM
  173. *addPrinter*localRC*detailForm.connDetailLabel.rightAttachment: ATTACH_POSITION
  174. *addPrinter*localRC*detailForm.connDetailLabel.rightPosition: 25
  175.  
  176. !*addPrinter*detailForm.connDetailFrame.bottomAttachment: ATTACH_FORM
  177. *addPrinter*connDetailFrame.height: 130
  178.  
  179. *addPrinter.rc.networkRC.XmForm*topAttachment: ATTACH_FORM
  180. *addPrinter.rc.networkRC.XmForm*bottomAttachment: ATTACH_FORM
  181. !*addPrinter.rc.networkRC*nameLabel.rightAttachment: ATTACH_POSITION
  182. !*addPrinter.rc.networkRC*nameLabel.rightPosition: 35
  183. *addPrinter.rc.networkRC*hostNameLabel.labelString: Remote Host Name:
  184. *addPrinter.rc.networkRC*hostNameLabel.rightAttachment: ATTACH_POSITION
  185. *addPrinter.rc.networkRC*hostNameLabel.rightPosition: 35
  186. *addPrinter.rc.networkRC*hostNameText.leftOffset: 2
  187. *addPrinter.rc.networkRC.XmForm*hostNameText.bottomAttachment: ATTACH_NONE
  188. *addPrinter.rc.networkRC*getListButton.labelString: List Printers
  189. *addPrinter.rc.networkRC*getListButton.defaultButtonShadowThickness: 1
  190. *addPrinter.rc.networkRC*getListButton.traversalOn: False
  191. *addPrinter.rc.networkRC*listLabel.labelString: Printer List:
  192. *addPrinter.rc.networkRC*listLabel.rightAttachment: ATTACH_POSITION
  193. *addPrinter.rc.networkRC*listLabel.rightPosition: 35
  194. *addPrinter.rc.networkRC.netListForm.listLabel.bottomAttachment: ATTACH_NONE
  195. !*addPrinter.rc.networkRC*remoteListSW.leftOffset: 0
  196. !*addPrinter.rc.networkRC*remoteListSW.scrolledWindowMarginWidth: 0
  197. !*addPrinter.rc.networkRC*remoteListSW.spacing: 0
  198. *addPrinter.rc.networkRC*remoteList.borderWidth: 0
  199. *addPrinter.rc.networkRC*remoteList.width: 200
  200. *addPrinter.rc.networkRC*remoteList.visibleItemCount: 14
  201. *addPrinter.rc.networkRC*remoteList.listSizePolicy: CONSTANT
  202. *addPrinter.rc.networkRC*remoteList.automaticSelection: True
  203. *addPrinter.rc.networkRC*remoteLabel.labelString: Remote Printer Name:
  204. *addPrinter.rc.networkRC*remoteLabel.rightAttachment: ATTACH_POSITION
  205. *addPrinter.rc.networkRC*remoteLabel.rightPosition: 35
  206. *addPrinter.rc.networkRC*remoteNameText.leftOffset: 2
  207. *addPrinter.newPrinterLabelString: New Printer Name:
  208. *addPrinter.changePrinterLabelString: Printer Name:
  209.  
  210. *moveJobs.dialogTitle: Delete/Forward Jobs
  211. *moveJobs.form.radio.topOffset: 20
  212. *moveJobs.form.radio.deleteJobsToggle.labelString: Delete jobs from queue
  213. *moveJobs.form.radio.moveJobsToggle.labelString: Forward jobs to printer:
  214. *moveJobs.form*printerList.visibleItemCount: 5
  215. *moveJobs.form*printerList.width: 120
  216. *moveJobs.form*printerList.listSizePolicy: CONSTANT
  217.  
  218. *NETPRINTER.rightAttachment: ATTACH_FORM
  219. *NETPRINTER.leftAttachment: ATTACH_FORM
  220. *NETPRINTER.topAttachment: ATTACH_FORM
  221. *NETPRINTER.topOffset: 6
  222. *NETPRINTER*nameLabel.labelString: Printer's Name\n(or IP Address):
  223. *NETPRINTER*deviceLabel.labelString: Printer Attached\nTo Network With:
  224. *NETPRINTER*nameLabel.rightAttachment: ATTACH_POSITION
  225. *NETPRINTER*nameLabel.rightPosition: 35
  226. *NETPRINTER*deviceLabel.rightAttachment: ATTACH_POSITION
  227. *NETPRINTER*deviceLabel.rightPosition: 25
  228. *NETPRINTER.buttonString: Network
  229. *NETPRINTER*list.visibleItemCount: 4
  230.  
  231. !
  232. ! These are the network devices used to connect to a network printer.
  233. ! The first fild is the text to display on the screen as a user choice.
  234. ! The next two fileds are the socket to write to and listen to when 
  235. ! communicating with a printer.  -1 means use the value in the model
  236. ! file.  Fields are separated by commas (DO NOT PUT A COMMA IN 1ST FIELD).
  237. !
  238. *NETPRINTER*netDevices: \
  239. Network Card Installed in Printer, -1, -1,\
  240. HP JetDirect EX External Interface, 9100, 9100,\
  241. HP JetDirect EX Plus3 Port 1, 9100, 9100,\
  242. HP JetDirect EX Plus3 Port 2, 9101, 9101,\
  243. HP JetDirect EX Plus3 Port 3, 9102, 9102
  244.  
  245. *netInvalidDevices: \
  246. Could not parse the network device list\n\
  247. from the Printers resource file. Check\n\
  248. *NETPRINTER*netDevices: in the\n\
  249. /usr/lib/X11/app-defaults/Printers file\n\
  250. for proper syntax\n
  251.  
  252. *noDeviceSelected: \
  253. You must select the network interface\n\
  254. device attached to the printer.
  255.  
  256. *CENTRONICS.rightAttachment: ATTACH_FORM
  257. *CENTRONICS.leftAttachment: ATTACH_FORM
  258. *CENTRONICS.topAttachment: ATTACH_FORM
  259. *CENTRONICS.topOffset: 12
  260. *CENTRONICS.label.labelString: Parallel Ports:
  261. *CENTRONICS.label.rightAttachment: ATTACH_POSITION
  262. *CENTRONICS.label.rightPosition: 25
  263. *CENTRONICS*list.visibleItemCount: 5
  264. *CENTRONICS.buttonString: Parallel
  265.  
  266. *SERIAL.topAttachment: ATTACH_FORM
  267. *SERIAL.topOffset: 5
  268. *SERIAL.buttonString: Serial
  269. *SERIAL.leftAttachment: ATTACH_FORM
  270. *SERIAL.rightAttachment: ATTACH_FORM
  271.  
  272. *SERIAL*label.labelString: Serial Port:
  273. *SERIAL*label.topAttachment: ATTACH_FORM
  274. *SERIAL*label.bottomAttachment: ATTACH_FORM
  275. *SERIAL*label.rightAttachment: ATTACH_POSITION
  276. *SERIAL*label.rightPosition: 25
  277. *SERIAL*portMenu.topAttachment: ATTACH_FORM
  278. *SERIAL*portMenu.bottomAttachment: ATTACH_FORM
  279.  
  280. *SERIAL*handShakeLabel.labelString: Handshake:
  281. *SERIAL*handShakeLabel.topAttachment: ATTACH_FORM
  282. *SERIAL*handShakeLabel.bottomAttachment: ATTACH_FORM
  283. *SERIAL*handShakeLabel.rightAttachment: ATTACH_POSITION
  284. *SERIAL*handShakeLabel.rightPosition: 25
  285.  
  286. *SERIAL*handShakeMenu.topAttachment: ATTACH_FORM
  287. *SERIAL*handShakeMenu.bottomAttachment: ATTACH_FORM
  288. *SERIAL*software.labelString: Software
  289. *SERIAL*hardware.labelString: Hardware
  290.  
  291. *SERIAL*baudLabel.labelString: Baud Rate:
  292. *SERIAL*baudLabel.topAttachment: ATTACH_FORM
  293. *SERIAL*baudLabel.bottomAttachment: ATTACH_FORM
  294. *SERIAL*baudLabel.rightAttachment: ATTACH_POSITION
  295. *SERIAL*baudLabel.rightPosition: 25
  296. *SERIAL*baudMenu.topAttachment: ATTACH_FORM
  297. *SERIAL*baudMenu.bottomAttachment: ATTACH_FORM
  298. *SERIAL*baud300.labelString: 300
  299. *SERIAL*baud2400.labelString: 2400
  300. *SERIAL*baud4800.labelString: 4800
  301. *SERIAL*baud9600.labelString: 9600
  302. *SERIAL*baud19200.labelString: 19200
  303. *SERIAL*baud38400.labelString: 38400
  304. *SERIAL*onBoardFmtStr: %d
  305.  
  306. *SCSI.topAttachment: ATTACH_FORM
  307. *SCSI.topOffset: 12
  308. *SCSI.leftAttachment: ATTACH_FORM
  309. *SCSI.rightAttachment: ATTACH_FORM
  310. *SCSI*label.labelString: SCSI Printers:
  311. *SCSI*label.rightAttachment: ATTACH_POSITION
  312. *SCSI*label.rightPosition: 25
  313. *SCSI*list.visibleItemCount: 4
  314. *SCSI*listSW.width: 250
  315. *SCSI*list.listSizePolicy: CONSTANT
  316. *SCSI*rescanButton.labelString: Rescan
  317.  
  318. *SERIAL*portUsedFmtStr: \
  319. Serial Port %d is currently in use by a %s.\n\n\
  320. Either use another serial port, or use the\n\
  321. "Port Setup" tool which is available from\n\
  322. within "System Manager" to disconnect the\n\
  323. device from this port.
  324. *SERIAL*portTerminalStr: Terminal
  325. *SERIAL*portModemStr: Modem
  326. *SERIAL*portPrinterStr: Printer
  327. *SERIAL*portTabletStr: Digitizer Tablet
  328. *SERIAL*portDialsStr: Dials & Buttons device
  329. *SERIAL*portSpaceBallStr: Space Ball
  330.  
  331. *defaultLabel.labelString: Default Printer:
  332. *defaultPrinter.labelString:
  333. *defaultPrinter.alignment: ALIGNMENT_BEGINNING
  334.  
  335. *helpMenu.mnemonic: H
  336.  
  337. *errorDialog.noResize: True
  338. *busyDialog.noResize: True
  339. *questionDialog.noResize: True
  340. *moveJobs.noResize: True
  341. *warningDialog.noResize: True
  342. *saveQuery.noResize: True
  343. *saveNotify.noResize: True
  344.  
  345. !
  346. ! Some strings
  347. !
  348. *checkIconsError: \
  349. The Printer Manager is unable to display icons\n\
  350. for all of the printers you have installed on your\n\
  351. system.  These printers need to be deleted and\n\
  352. reinstalled.\n\n\
  353. To delete a printer that does not have an icon,\n\
  354. you can use the "rmprinter" program.
  355.  
  356. *errorGettingRemoteList: \
  357. Unable to get the list of printers installed on the\n\
  358. remote system "%s".\n\
  359. \n\
  360. If the remote system is another SGI workstation,\n\
  361. make sure that you have remote access to that system.\n\
  362. Use the "addclient" program on the remote system to\n\
  363. add this workstation as a print client of the remote\n\
  364. workstation.\n\
  365. \n\
  366. If the remote system uses the BSD printing commands,\n\
  367. the Printer Manager will not be able to obtain a list\n\
  368. of the printers that are available.  Contact the\n\
  369. administrator of the remote system to find out the\n\
  370. names of available printers.  You will then have to type\n\
  371. the remote printer name in the "Remote Printer Name"\n\
  372. field.
  373.  
  374. *scanningLocalPrinters: Scanning printer configuration...
  375. *lpadminFailed: Cannot run lpadmin
  376. *lputileFailed: Cannot run lputil
  377. *noPrinterSelected: No printer selected
  378. *gettingRemotePrinterList: Getting Printer List...
  379. *noSpoolerMsg: \
  380. The print spooling system (lpsched) is not running.\n\
  381. Please restart the spooler and try again.\n\
  382. As root type '/etc/init.d/lp start' to restart the spooler.
  383. *addPrinterNoName: You must specify a "New Printer Name"
  384. *noRemotePrinterName: You must specify a "Remote Host Name"
  385. *netAddNoHost: You must specify a "Remote Host Name"
  386. *netAddNoRemoteName: You must specify a "Remote Printer Name"
  387. *netAddNoRemotePrinterName: You must specify the "Printer's Network Name" 
  388. *netAddInstalling: Installing network printer...
  389. *netAddNoRemotePrinter: Cannot get remote printer information
  390. *invalidHostName: "%s" is not a valid host name.
  391. *checkNetConnection: Checking network connection to printer.
  392. *netAddNoRemoteConnection: \
  393. Could not establish a network connection to printer.\n\
  394. Possible causes:\n\
  395. \n\
  396.   Printer is powered off.\n\
  397. \n\
  398.   The hostname specified for the printer is incorrect.\n\
  399. \n\
  400.   The printer is not connected to the network.\n\
  401. \n\
  402.   The printer does not have a route to this host.\n\
  403. \n\
  404.   This host does not have a route to the printer.\n
  405. *netAddCantAdd: \
  406. Unable to add network printer.\n\
  407. \n\
  408. There are a number of possible solutions:\n\
  409. \n\
  410. Please make sure that both the "Remote Host Name"\n\
  411. and the "Remote Printer Name" are valid.\n\
  412. \n\
  413. If the remote system is another SGI workstation,\n\
  414. make sure that you have remote access to that system.\n\
  415. Use the "addclient" program on the remote system to\n\
  416. add this workstation as a print client of the remote\n\
  417. workstation.\n\
  418. \n\
  419. If the remote system uses the BSD printing commands,\n\
  420. make sure that you have remote access to that system.\n\
  421. Ensure that there is an entry for this workstation in\n\
  422. "/etc/hosts.equiv" or "/etc/hosts.lpd" on the remote\n\
  423. system.
  424.  
  425. *moveJobsMustSelectPrinter: Select a printer to forward the jobs to.
  426. *confirmDelete: Delete
  427. *confirmDeleteFormatString: Delete Printer '%s'?
  428. *deletingPrinter: Deleting printer...
  429. *confirmDeleteLastJobs: Delete All Jobs
  430. *confirmDeleteLastJobsFormatString: Delete all jobs for printer '%s'?
  431.  
  432. *executionError: unknown error
  433. *invalidPrinterName: \
  434. You must enter a valid printer name.\n\
  435. in the "Printer Name:" field.\n\n\
  436. A valid printer name is no more than 14\n\
  437. characters long and can consist only\n\
  438. of letters, numbers, and underscores.
  439. *internalError: printers internal error
  440.  
  441. *errorNoHinv: Unable to get hardware inventory
  442. *noParallePort: You must select a "Parallel Port"
  443.  
  444. *addPrinterAlready: \
  445. A printer named "%s" is already installed.\n\
  446. To change its configuration, select its\n\
  447. icon and then choose "Change Connection"\n\
  448. from the "Printer" menu.\n\n\
  449. To install a new printer, choose a different\n\
  450. name.
  451.  
  452. *localAddInstalling: Installing printer...
  453. *localAddNoName: You must specify a "New Printer Name"
  454. *localAddNoType: You must select a "Printer Type"
  455. *localAddNoConn: You must select a "Connection Type"
  456.  
  457. *noSerialPort: You must select a "Serial Port"
  458.  
  459. *noOptionPanelError: No options panel for printer "%s"
  460. *optionsSavedMsg: Options saved for printer "%s"
  461. *optionsSavedTitle: Printer Specific Options
  462. *saveOptionsTitle: Save Printer Specific Options
  463. *saveOptionsQuestion: How do you want to save options for printer "%s"?
  464. *saveOptionsPersonal: Personal
  465. *saveOptionsAllUsers: All Users
  466.  
  467. *noScsiPrinters: \
  468. No SCSI printers appear to be connected to the system.\n\n\
  469. SCSI printers must be powered on before your workstation\n\
  470. is powered on in order to be recognized by the system.
  471. *scsiWarningTitle: Warning
  472. *scsiWarningMsg: \
  473. SCSI printers must be powered on before the\n\
  474. system is powered on in order for the system to\n\
  475. recognize them.\n\n\
  476. This tool can rescan the system to find SCSI\n\
  477. printers that were connected to the system while\n\
  478. it was running, but you should be aware that\n\
  479. powering on an attached SCSI printer after\n\
  480. powering on the system can result in damage to\n\
  481. the system.
  482. *scsiRescanning: Scanning the system for SCSI printers...
  483. *noSCSIDevice: You must select a "SCSI Printer"
  484. *dupSCSIWarnString: Warning: a printer is already installed for "%s".\n\
  485. Do you want to install this printer anyway?
  486.  
  487. *noLoginMsg: You must enter a Login Name.
  488.  
  489. *notSetUIDMsg:\
  490. The administrative operations of this program have\n\
  491. been disabled.\n \n\
  492. You must log in as root before running this program\n\
  493. in order to perform administrative operations.
  494.  
  495. *userNotPrivilegedMsg: "%s" is not a privileged user.
  496.  
  497. *badPasswordMsg:\
  498. The password you entered is invalid.\n\
  499. Please re-enter and press 'OK'.
  500.  
  501. *noSuchUserMsg:\
  502. Invalid "Login Name".  Please enter the login name\n\
  503. of a privileged user in the "Login Name:" field.
  504.  
  505. *lpdestSetMsg:\
  506. Warning: you have "LPDEST" set in your environment.\n\
  507. This overrides the default printer setting you just made.
  508.  
  509. *notSetUIDTitle: Error
  510.  
  511. *passwordDialog.noResize: True
  512. *passwordDialog.dialogTitle: Printer Manager
  513. *passwordDialog*label.labelString:\
  514. Administrative Privileges Required\n\n\
  515. You need administrative privileges to continue.\n\
  516. Please enter the login name and password of a privileged user.\n
  517. *passwordDialog*loginLabel.labelString: Login Name:
  518. *passwordDialog*passwordLabel.labelString: Password:
  519. *passwordDialog*rc.marginWidth: 10
  520. *passwordDialog*rc.marginHeight: 10
  521. *passwordDialog*rc.XmForm*topAttachment: ATTACH_FORM
  522. *passwordDialog*rc.XmForm*bottomAttachment: ATTACH_FORM
  523. *passwordDialog*rc.XmForm.XmLabel.rightAttachment: ATTACH_POSITION
  524. *passwordDialog*rc.XmForm.XmLabel.rightPosition: 30
  525.  
  526. *podWriteFailed: Unable to store location data for this printer.
  527.  
  528. *testPageTitle: Test Page
  529.  
  530. *addPrinterTitle: Add Printer
  531. *changeConnTitle: Change Connection
  532.  
  533. *errorDialog.dialogTitle: Error
  534. *fatalErrorDialog.dialogTitle: Error
  535. *busyDialog.dialogTitle: Printer Manager
  536.  
  537. *useSchemes:        all
  538. *sgiMode:         True
  539. *schemeFileList:     SgiSpec 
  540.  
  541.